Conversation
added 3 commits
June 6, 2019 11:50
Change-Id: I94ac5ebb220fb7e46d55bccf499c3e4a8f84e677
Change-Id: I14b5a0c1683d0750130c9186c1b21bfdae531db3
…checkstyle in InnerNodeImpl Change-Id: Ie9d3866e88b067c55a955fbb005a8c3460517338
|
💔 -1 overall
This message was automatically generated. |
shanthoosh
pushed a commit
to shanthoosh/hadoop
that referenced
this pull request
Oct 15, 2019
…s both input and output. **Symptom:** An `IllegalArgumentException` is thrown when the same `streamId` is referred from multiple input/output stream descriptors. **Cause:** The `ApplicationDescriptorImpl` caches the serde instances for streams by a `streamId` and there's a check to ensure the expected stream serde matches when using the same stream from multiple input/output descriptors. However the check is incorrect because it compares serde instances and not serde types. This check always fails in this scenario. **Fix:** Compare the stream serdes for a particular `streamId` by type. Please take a look prateekm nickpan47 CC: atoomula Author: Daniel Nishimura <dnishimura@linkedin.com> Reviewers: prateekm Closes apache#928 from dnishimura/samza-1990-same-stream-different-inputoutputdescriptors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ozone currently uses dfs.http.policy for HTTP policy. Ozone should have its own ozone.http.policy configuration